ComputeSimpleHash(Byte[]) Method
In This Topic
Computes simplified hash for specified binary stream.
Syntax
'Declaration
Public Overloads Shared Function ComputeSimpleHash( _
ByVal () As Byte _
) As Byte()
public static byte[] ComputeSimpleHash(
byte[]
)
Parameters
- stream
See Also